SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.option.security
インタフェース CHVCallback


public interface CHVCallback

コールバック方式で、CHV(Card Holder Verification)を、実現するためのインタフェースです .


メソッドの概要
 byte[] getPIN(SecurityDomain domain, int number)
          PIN(Personal Identification Number)を取得します .
 

メソッドの詳細

getPIN

public byte[] getPIN(SecurityDomain domain,
                     int number)
PIN(Personal Identification Number)を取得します .

パラメータ:
domain - セキュリティ領域 .
number - PINの番号 .
戻り値:
PIN .

SDK/J Authentication Package ver1.0
RICOH Confidential